Skip to content

Conversation

nordic-segl
Copy link
Contributor

No description provided.

@nordic-segl nordic-segl requested review from a team as code owners September 29, 2025 12:55
@NordicBuilder NordicBuilder added manifest changelog-entry-required Update changelog before merge. Remove label if entry is not needed or already added. labels Sep 29, 2025
@NordicBuilder
Copy link
Contributor

NordicBuilder commented Sep 29, 2025

The following west manifest projects have changed revision in this Pull Request:

Name Old Revision New Revision Diff

All manifest checks OK

Note: This message is automatically posted and updated by the Manifest GitHub Action.

@NordicBuilder
Copy link
Contributor

NordicBuilder commented Sep 29, 2025

CI Information

To view the history of this post, clich the 'edited' button above
Build number: 13

Inputs:

Sources:

sdk-nrf: PR head: 0e2cee3f3b4989ecbf81cc588e6ecd7d112fe65d

more details

sdk-nrf:

PR head: 0e2cee3f3b4989ecbf81cc588e6ecd7d112fe65d
merge base: 5846c83a6761b257b17cf47da41f797b412e605f
target head (main): a4c6aea67953f26072b64e42525929ead4285f0d
Diff

Github labels

Enabled Name Description
ci-disabled Disable the ci execution
ci-all-test Run all of ci, no test spec filtering will be done
ci-force-downstream Force execution of downstream even if twister fails
ci-run-twister Force run twister
ci-run-zephyr-twister Force run zephyr twister
List of changed files detected by CI (17)
tests
│  ├── benchmarks
│  │  ├── multicore
│  │  │  ├── common
│  │  │  │  │ workaround_idle_retained.overlay
│  │  │  ├── idle
│  │  │  │  │ testcase.yaml
│  │  │  ├── idle_flpr
│  │  │  │  ├── prj.conf
│  │  │  │  ├── remote
│  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  ├── boards
│  │  │  │  │  │  │ nrf54h20dk_nrf54h20_cpurad.overlay
│  │  │  │  │  ├── prj.conf
│  │  │  │  │  ├── prj_s2ram.conf
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ main.c
│  │  │  │  ├── src
│  │  │  │  │  │ main.c
│  │  │  │  ├── sysbuild.cmake
│  │  │  │  │ testcase.yaml
│  │  │  ├── idle_ppr
│  │  │  │  │ testcase.yaml
│  │  │  ├── idle_pwm_led
│  │  │  │  │ testcase.yaml
│  │  │  ├── idle_pwm_loopback
│  │  │  │  │ testcase.yaml
│  │  │  ├── idle_spim_loopback
│  │  │  │  ├── src
│  │  │  │  │  │ main.c
│  │  │  │  │ testcase.yaml
│  │  │  ├── idle_wdt
│  │  │  │  │ testcase.yaml

Outputs:

Toolchain

Version: f66cf421f3
Build docker image: docker-dtr.nordicsemi.no/sw-production/ncs-build:f66cf421f3_bba2ea5f2e

Test Spec & Results: ✅ Success; ❌ Failure; 🟠 Queued; 🟡 Progress; ◻️ Skipped; ⚠️ Quarantine

  • ◻️ Toolchain - Skipped: existing toolchain is used
  • ✅ Build twister
    • sdk-nrf test count: 135
  • ✅ Integration tests
    • ✅ test-low-level
Disabled integration tests
    • test-fw-nrfconnect-nrf_lrcs_mosh
    • test-fw-nrfconnect-nrf_lrcs_positioning
    • desktop52_verification
    • test_ble_nrf_config
    • test-fw-nrfconnect-apps
    • test-fw-nrfconnect-ble_mesh
    • test-fw-nrfconnect-ble_samples
    • test-fw-nrfconnect-chip
    • test-fw-nrfconnect-fem
    • test-fw-nrfconnect-nfc
    • test-fw-nrfconnect-nrf-iot_cloud
    • test-fw-nrfconnect-nrf-iot_libmodem-nrf
    • test-fw-nrfconnect-nrf-iot_lwm2m
    • test-fw-nrfconnect-nrf-iot_samples
    • test-fw-nrfconnect-nrf-iot_serial_lte_modem
    • test-fw-nrfconnect-nrf-iot_thingy91
    • test-fw-nrfconnect-nrf-iot_zephyr_lwm2m
    • test-fw-nrfconnect-nrf_crypto
    • test-fw-nrfconnect-proprietary_esb
    • test-fw-nrfconnect-ps-main
    • test-fw-nrfconnect-rpc
    • test-fw-nrfconnect-rs
    • test-fw-nrfconnect-tfm
    • test-fw-nrfconnect-thread-main
    • test-sdk-audio
    • test-sdk-dfu
    • test-sdk-find-my
    • test-sdk-mcuboot
    • test-sdk-pmic-samples
    • test-sdk-wifi
    • test-secdom-samples-public

Note: This message is automatically posted and updated by the CI

Copy link

You can find the documentation preview for this PR here.

@nordic-segl nordic-segl force-pushed the NRFX-8402_Run-power-consumption-in-idle_cache_retained branch from 7e19251 to 576338d Compare September 30, 2025 07:07
@nordic-segl nordic-segl force-pushed the NRFX-8402_Run-power-consumption-in-idle_cache_retained branch from 576338d to cca170c Compare September 30, 2025 08:55
@nordic-segl nordic-segl requested a review from a team as a code owner September 30, 2025 08:55
@nordic-segl nordic-segl force-pushed the NRFX-8402_Run-power-consumption-in-idle_cache_retained branch from cca170c to 84910af Compare September 30, 2025 10:13
idle_cache_disabled: idle_cache_disabled {
min-residency-us = <790000>;
};
s2ram: s2ram {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

newline missing line 17

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed, thanks.

@nordic-segl nordic-segl marked this pull request as draft September 30, 2025 11:53
@nordic-segl nordic-segl force-pushed the NRFX-8402_Run-power-consumption-in-idle_cache_retained branch 5 times, most recently from 4e48b35 to 89a27cf Compare October 2, 2025 06:46
@nordic-segl nordic-segl marked this pull request as ready for review October 2, 2025 06:50
@nordic-segl nordic-segl force-pushed the NRFX-8402_Run-power-consumption-in-idle_cache_retained branch 2 times, most recently from d93ef41 to f5ff4b3 Compare October 8, 2025 07:57
@nordic-segl nordic-segl requested a review from nordicjm October 8, 2025 07:57
@nordic-segl
Copy link
Contributor Author

Works in CI

[First 12 configurations skipped due to quarantine]
10:06:20  INFO    - 13/66 [email protected]/nrf54h20/cpuapp benchmarks.multicore.idle_pwm_loopback.nrf54h20dk_cpuapp_cpurad.idle_fast PASSED (device: 001051100381, 24.677s <zephyr>)
10:06:20  INFO    -                                     benchmarks.multicore.idle_pwm_loopback.nrf54h20dk_cpuapp_cpurad.idle_fast.test_measure_and_data_dump_pwm_and_idle PASSED
10:06:45  INFO    - 14/66 [email protected]/nrf54h20/cpuapp benchmarks.multicore.idle_pwm_loopback.nrf54h20dk_cpuapp_cpurad.s2ram_fast.gd_freq_switching PASSED (device: 001051100381, 24.332s <zephyr>)
10:06:45  INFO    -                                     benchmarks.multicore.idle_pwm_loopback.nrf54h20dk_cpuapp_cpurad.s2ram_fast.gd_freq_switching.test_measure_and_data_dump_pwm_and_s2ram_with_clock_control PASSED
10:07:57  INFO    - 15/66 [email protected]/nrf54h20/cpuapp benchmarks.multicore.idle_pwm_loopback.nrf54h20dk_cpuapp_cpurad.s2ram_fast.remote_gd_freq_switching PASSED (device: 001051100381, 24.840s <zephyr>)
10:07:57  INFO    -                                     benchmarks.multicore.idle_pwm_loopback.nrf54h20dk_cpuapp_cpurad.s2ram_fast.remote_gd_freq_switching.test_measure_and_data_dump_pwm_and_s2ram PASSED
10:08:18  INFO    - 16/66 [email protected]/nrf54h20/cpuapp benchmarks.multicore.idle_spim_loopback.4_bytes.idle_retained PASSED (device: 001051100381, 16.950s <zephyr>)
10:08:18  INFO    -                                     benchmarks.multicore.idle_spim_loopback.4_bytes.idle_retained.test_measure_and_data_dump_spim_and_idle PASSED
10:09:18  INFO    - 17/66 [email protected]/nrf54h20/cpuapp benchmarks.multicore.idle_spim_loopback.16_bytes.idle_retained PASSED (device: 001051100381, 18.488s <zephyr>)
10:09:18  INFO    -                                     benchmarks.multicore.idle_spim_loopback.16_bytes.idle_retained.test_measure_and_data_dump_spim_and_idle PASSED
10:09:39  INFO    - 18/66 [email protected]/nrf54h20/cpuapp benchmarks.multicore.idle.nrf54h20dk_cpuapp_cpurad.ram_retention_high_usage PASSED (device: 001051180995, 23.940s <zephyr>)
10:09:39  INFO    -                                     benchmarks.multicore.idle.nrf54h20dk_cpuapp_cpurad.ram_retention_high_usage.test_measure_and_data_dump_power_ram_retention_high_usage PASSED
10:10:50  INFO    - 19/66 [email protected]/nrf54h20/cpuapp benchmarks.multicore.idle_spim_loopback.4_bytes.gd_freq_switching.s2ram_fast PASSED (device: 001051100381, 22.236s <zephyr>)
10:10:50  INFO    -                                     benchmarks.multicore.idle_spim_loopback.4_bytes.gd_freq_switching.s2ram_fast.test_measure_and_data_dump_spim_and_s2ram_7s PASSED
10:11:08  INFO    - 20/66 [email protected]/nrf54h20/cpuapp benchmarks.multicore.idle_spim_loopback.4_bytes.gd_freq_128MHz.s2ram_fast PASSED (device: 001051100381, 17.073s <zephyr>)
10:11:08  INFO    -                                     benchmarks.multicore.idle_spim_loopback.4_bytes.gd_freq_128MHz.s2ram_fast.test_measure_and_data_dump_spim_and_s2ram PASSED
10:12:33  INFO    - 21/66 [email protected]/nrf54h20/cpuapp benchmarks.multicore.idle_pwm_loopback.nrf54h20dk_cpuapp_cpurad.s2ram PASSED (device: 001051100381, 28.923s <zephyr>)
10:12:33  INFO    -                                     benchmarks.multicore.idle_pwm_loopback.nrf54h20dk_cpuapp_cpurad.s2ram.test_measure_and_data_dump_pwm_and_s2ram PASSED
10:12:50  INFO    - 22/66 [email protected]/nrf54h20/cpuapp benchmarks.multicore.idle_pwm_led.nrf54h20dk_cpuapp_cpurad.idle_retained PASSED (device: 001051180995, 24.327s <zephyr>)
10:12:50  INFO    -                                     benchmarks.multicore.idle_pwm_led.nrf54h20dk_cpuapp_cpurad.idle_retained.test_measure_and_data_dump_pwm_and_idle PASSED
10:13:50  INFO    - 23/66 [email protected]/nrf54h20/cpuapp benchmarks.multicore.idle_pwm_loopback.nrf54h20dk_cpuapp_cpurad.idle_retained PASSED (device: 001051100381, 25.342s <zephyr>)
10:13:50  INFO    -                                     benchmarks.multicore.idle_pwm_loopback.nrf54h20dk_cpuapp_cpurad.idle_retained.test_measure_and_data_dump_pwm_and_idle PASSED
10:14:27  INFO    - 24/66 [email protected]/nrf54h20/cpuapp benchmarks.multicore.idle_pwm_led.nrf54h20dk_cpuapp_cpurad.idle_retained_fast PASSED (device: 001051180995, 24.370s <zephyr>)
10:14:27  INFO    -                                     benchmarks.multicore.idle_pwm_led.nrf54h20dk_cpuapp_cpurad.idle_retained_fast.test_measure_and_data_dump_pwm_and_idle PASSED
10:15:27  INFO    - 25/66 [email protected]/nrf54h20/cpuapp benchmarks.multicore.idle_pwm_loopback.nrf54h20dk_cpuapp_cpurad.s2ram_fast.gd_freq_320MHz PASSED (device: 001051100381, 26.206s <zephyr>)
10:15:27  INFO    -                                     benchmarks.multicore.idle_pwm_loopback.nrf54h20dk_cpuapp_cpurad.s2ram_fast.gd_freq_320MHz.test_measure_and_data_dump_pwm_and_s2ram_with_clock_control PASSED
10:16:02  INFO    - 26/66 [email protected]/nrf54h20/cpuapp benchmarks.multicore.idle_pwm_loopback.nrf54h20dk_cpuapp_cpurad.idle_retained_fast PASSED (device: 001051100381, 24.592s <zephyr>)
10:16:02  INFO    -                                     benchmarks.multicore.idle_pwm_loopback.nrf54h20dk_cpuapp_cpurad.idle_retained_fast.test_measure_and_data_dump_pwm_and_idle PASSED
10:16:53  INFO    - 27/66 [email protected]/nrf54h20/cpuapp benchmarks.multicore.idle.nrf54h20dk_cpuapp_cpurad.s2ram.fpu PASSED (device: 001051180995, 23.965s <zephyr>)
10:16:53  INFO    -                                     benchmarks.multicore.idle.nrf54h20dk_cpuapp_cpurad.s2ram.fpu.test_measure_and_data_dump_power_consumption PASSED
10:17:35  INFO    - 28/66 [email protected]/nrf54h20/cpuapp benchmarks.multicore.idle_pwm_led.nrf54h20dk_cpuapp_cpurad.s2ram PASSED (device: 001051180995, 24.271s <zephyr>)
10:17:35  INFO    -                                     benchmarks.multicore.idle_pwm_led.nrf54h20dk_cpuapp_cpurad.s2ram.test_measure_and_data_dump_pwm_and_s2ram PASSED
10:18:17  INFO    - 29/66 [email protected]/nrf54h20/cpuapp benchmarks.multicore.idle_spim_loopback.4_bytes_cs_and_spi_lock_no_release.idle PASSED (device: 001051100381, 17.001s <zephyr>)
10:18:17  INFO    -                                     benchmarks.multicore.idle_spim_loopback.4_bytes_cs_and_spi_lock_no_release.idle.test_measure_and_data_dump_spim_and_idle PASSED
10:18:59  INFO    - 30/66 [email protected]/nrf54h20/cpuapp benchmarks.multicore.idle_spim_loopback.4_bytes.idle_fast PASSED (device: 001051100381, 16.894s <zephyr>)
10:18:59  INFO    -                                     benchmarks.multicore.idle_spim_loopback.4_bytes.idle_fast.test_measure_and_data_dump_spim_and_idle PASSED
10:20:11  INFO    - 31/66 [email protected]/nrf54h20/cpuapp benchmarks.multicore.idle_flpr.idle_retained PASSED (device: 001051180995, 19.823s <zephyr>)
10:20:11  INFO    -                                     benchmarks.multicore.idle_flpr.idle_retained.test_measure_and_data_dump_ppr_and_idle PASSED
10:20:28  INFO    - 32/66 [email protected]/nrf54h20/cpuapp benchmarks.multicore.idle_spim_loopback.4_bytes.s2ram_fast.remote_gd_freq_switching PASSED (device: 001051100381, 16.975s <zephyr>)
10:20:28  INFO    -                                     benchmarks.multicore.idle_spim_loopback.4_bytes.s2ram_fast.remote_gd_freq_switching.test_measure_and_data_dump_spim_and_s2ram PASSED
10:22:09  INFO    - 33/66 [email protected]/nrf54h20/cpuapp benchmarks.multicore.idle_spim_loopback.16_bytes.s2ram_fast PASSED (device: 001051100381, 17.199s <zephyr>)
10:22:09  INFO    -                                     benchmarks.multicore.idle_spim_loopback.16_bytes.s2ram_fast.test_measure_and_data_dump_spim_and_s2ram PASSED
10:22:27  INFO    - 34/66 [email protected]/nrf54h20/cpuapp benchmarks.multicore.idle.nrf54h20dk_cpuapp_cpurad.unexpected_reboot PASSED (device: 001051180995, 74.212s <zephyr>)
10:22:27  INFO    -                                     benchmarks.multicore.idle.nrf54h20dk_cpuapp_cpurad.unexpected_reboot.test_unexected_reboot_occurrence PASSED
10:23:17  INFO    - 35/66 [email protected]/nrf54h20/cpuapp benchmarks.multicore.idle_spim_loopback.16_bytes.gd_freq_64MHz.s2ram_fast PASSED (device: 001051100381, 16.967s <zephyr>)
10:23:17  INFO    -                                     benchmarks.multicore.idle_spim_loopback.16_bytes.gd_freq_64MHz.s2ram_fast.test_measure_and_data_dump_spim_and_s2ram PASSED
10:23:52  INFO    - 36/66 [email protected]/nrf54h20/cpuapp benchmarks.multicore.idle_spim_loopback.16_bytes.gd_freq_256MHz.s2ram_fast PASSED (device: 001051100381, 16.929s <zephyr>)
10:23:52  INFO    -                                     benchmarks.multicore.idle_spim_loopback.16_bytes.gd_freq_256MHz.s2ram_fast.test_measure_and_data_dump_spim_and_s2ram PASSED
10:24:53  INFO    - 37/66 [email protected]/nrf54h20/cpuapp benchmarks.multicore.idle_wdt.nrf54h20dk_cpuapp_cpurad.idle PASSED (device: 001051180995, 26.675s <zephyr>)
10:24:53  INFO    -                                     benchmarks.multicore.idle_wdt.nrf54h20dk_cpuapp_cpurad.idle.test_measure_and_data_dump_pwm_and_idle PASSED
10:25:28  INFO    - 38/66 [email protected]/nrf54h20/cpuapp benchmarks.multicore.idle_pwm_loopback.nrf54h20dk_cpuapp_cpurad.s2ram_fast.gd_freq_64MHz PASSED (device: 001051100381, 24.416s <zephyr>)
10:25:28  INFO    -                                     benchmarks.multicore.idle_pwm_loopback.nrf54h20dk_cpuapp_cpurad.s2ram_fast.gd_freq_64MHz.test_measure_and_data_dump_pwm_and_s2ram_with_clock_control PASSED
10:26:10  INFO    - 39/66 [email protected]/nrf54h20/cpuapp benchmarks.multicore.idle_spim_loopback.4_bytes.s2ram_fast PASSED (device: 001051100381, 16.822s <zephyr>)
10:26:10  INFO    -                                     benchmarks.multicore.idle_spim_loopback.4_bytes.s2ram_fast.test_measure_and_data_dump_spim_and_s2ram PASSED
10:27:10  INFO    - 40/66 [email protected]/nrf54h20/cpuapp benchmarks.multicore.idle_ppr.idle          PASSED (device: 001051180995, 18.059s <zephyr>)
10:27:10  INFO    -                                     benchmarks.multicore.idle_ppr.idle.test_measure_and_data_dump_ppr_and_idle  PASSED
10:27:40  INFO    - 41/66 [email protected]/nrf54h20/cpuapp benchmarks.multicore.idle_spim_loopback.4_bytes.idle_retained_fast PASSED (device: 001051100381, 16.938s <zephyr>)
10:27:40  INFO    -                                     benchmarks.multicore.idle_spim_loopback.4_bytes.idle_retained_fast.test_measure_and_data_dump_spim_and_idle PASSED
10:28:30  INFO    - 42/66 [email protected]/nrf54h20/cpuapp benchmarks.multicore.idle_spim_loopback.16_bytes.idle_fast PASSED (device: 001051100381, 16.852s <zephyr>)
10:28:30  INFO    -                                     benchmarks.multicore.idle_spim_loopback.16_bytes.idle_fast.test_measure_and_data_dump_spim_and_idle PASSED
10:29:12  INFO    - 43/66 [email protected]/nrf54h20/cpuapp benchmarks.multicore.idle_pwm_loopback.nrf54h20dk_cpuapp_cpurad.s2ram_fast.no_clock_control PASSED (device: 001051100381, 24.366s <zephyr>)
10:29:12  INFO    -                                     benchmarks.multicore.idle_pwm_loopback.nrf54h20dk_cpuapp_cpurad.s2ram_fast.no_clock_control.test_measure_and_data_dump_pwm_and_s2ram PASSED
10:29:55  INFO    - 44/66 [email protected]/nrf54h20/cpuapp benchmarks.multicore.idle_spim_loopback.4_bytes.idle PASSED (device: 001051100381, 16.908s <zephyr>)
10:29:55  INFO    -                                     benchmarks.multicore.idle_spim_loopback.4_bytes.idle.test_measure_and_data_dump_spim_and_idle PASSED
10:30:37  INFO    - 45/66 [email protected]/nrf54h20/cpuapp benchmarks.multicore.idle_spim_loopback.16_bytes.idle_retained_fast PASSED (device: 001051100381, 17.071s <zephyr>)
10:30:37  INFO    -                                     benchmarks.multicore.idle_spim_loopback.16_bytes.idle_retained_fast.test_measure_and_data_dump_spim_and_idle PASSED
10:31:27  INFO    - 46/66 [email protected]/nrf54h20/cpuapp benchmarks.multicore.idle_spim_loopback.16_bytes.s2ram PASSED (device: 001051100381, 17.132s <zephyr>)
10:31:27  INFO    -                                     benchmarks.multicore.idle_spim_loopback.16_bytes.s2ram.test_measure_and_data_dump_spim_and_s2ram PASSED
10:32:09  INFO    - 47/66 [email protected]/nrf54h20/cpuapp benchmarks.multicore.idle_spim_loopback.16_bytes.gd_freq_switching.s2ram_fast PASSED (device: 001051100381, 19.921s <zephyr>)
10:32:09  INFO    -                                     benchmarks.multicore.idle_spim_loopback.16_bytes.gd_freq_switching.s2ram_fast.test_measure_and_data_dump_spim_and_s2ram_7s PASSED
10:32:52  INFO    - 48/66 [email protected]/nrf54h20/cpuapp benchmarks.multicore.idle_spim_loopback.4_bytes.gd_freq_256MHz.s2ram_fast PASSED (device: 001051100381, 17.033s <zephyr>)
10:32:52  INFO    -                                     benchmarks.multicore.idle_spim_loopback.4_bytes.gd_freq_256MHz.s2ram_fast.test_measure_and_data_dump_spim_and_s2ram PASSED
10:33:45  INFO    - 49/66 [email protected]/nrf54h20/cpuapp benchmarks.multicore.idle_pwm_loopback.nrf54h20dk_cpuapp_cpurad.s2ram_fast.gd_freq_256MHz PASSED (device: 001051100381, 27.615s <zephyr>)
10:33:45  INFO    -                                     benchmarks.multicore.idle_pwm_loopback.nrf54h20dk_cpuapp_cpurad.s2ram_fast.gd_freq_256MHz.test_measure_and_data_dump_pwm_and_s2ram_with_clock_control PASSED
10:34:24  INFO    - 50/66 [email protected]/nrf54h20/cpuapp benchmarks.multicore.idle_pwm_loopback.nrf54h20dk_cpuapp_cpurad.s2ram_fast.gd_freq_128MHz PASSED (device: 001051100381, 24.760s <zephyr>)
10:34:24  INFO    -                                     benchmarks.multicore.idle_pwm_loopback.nrf54h20dk_cpuapp_cpurad.s2ram_fast.gd_freq_128MHz.test_measure_and_data_dump_pwm_and_s2ram_with_clock_control PASSED
10:35:15  INFO    - 51/66 [email protected]/nrf54h20/cpuapp benchmarks.multicore.idle_spim_loopback.16_bytes.idle PASSED (device: 001051100381, 17.041s <zephyr>)
10:35:15  INFO    -                                     benchmarks.multicore.idle_spim_loopback.16_bytes.idle.test_measure_and_data_dump_spim_and_idle PASSED
10:35:58  INFO    - 52/66 [email protected]/nrf54h20/cpuapp benchmarks.multicore.idle_pwm_led.nrf54h20dk_cpuapp_cpurad.idle_fast PASSED (device: 001051180995, 24.689s <zephyr>)
10:35:58  INFO    -                                     benchmarks.multicore.idle_pwm_led.nrf54h20dk_cpuapp_cpurad.idle_fast.test_measure_and_data_dump_pwm_and_idle PASSED
10:36:40  INFO    - 53/66 [email protected]/nrf54h20/cpuapp benchmarks.multicore.idle_spim_loopback.4_bytes_cs_and_spi_lock.idle PASSED (device: 001051100381, 17.274s <zephyr>)
10:36:40  INFO    -                                     benchmarks.multicore.idle_spim_loopback.4_bytes_cs_and_spi_lock.idle.test_measure_and_data_dump_spim_and_idle PASSED
10:37:42  INFO    - 54/66 [email protected]/nrf54h20/cpuapp benchmarks.multicore.idle_pwm_led.nrf54h20dk_cpuapp_cpurad.idle PASSED (device: 001051180995, 26.925s <zephyr>)
10:37:42  INFO    -                                     benchmarks.multicore.idle_pwm_led.nrf54h20dk_cpuapp_cpurad.idle.test_measure_and_data_dump_pwm_and_idle PASSED
10:38:05  INFO    - 55/66 [email protected]/nrf54h20/cpuapp benchmarks.multicore.idle.nrf54h20dk_cpuapp_cpurad.ram_retention_low_usage PASSED (device: 001051180995, 24.091s <zephyr>)
10:38:05  INFO    -                                     benchmarks.multicore.idle.nrf54h20dk_cpuapp_cpurad.ram_retention_low_usage.test_measure_and_data_dump_power_ram_retention_low_usage PASSED
10:39:07  INFO    - 56/66 [email protected]/nrf54h20/cpuapp benchmarks.multicore.idle_spim_loopback.4_bytes_cs_lock.s2ram_fast PASSED (device: 001051100381, 17.089s <zephyr>)
10:39:07  INFO    -                                     benchmarks.multicore.idle_spim_loopback.4_bytes_cs_lock.s2ram_fast.test_measure_and_data_dump_spim_and_s2ram PASSED
10:39:37  INFO    - 57/66 [email protected]/nrf54h20/cpuapp benchmarks.multicore.idle_ppr.s2ram         PASSED (device: 001051180995, 18.087s <zephyr>)
10:39:37  INFO    -                                     benchmarks.multicore.idle_ppr.s2ram.test_measure_and_data_dump_ppr_and_s2ram PASSED
10:40:50  INFO    - 58/66 [email protected]/nrf54h20/cpuapp benchmarks.multicore.idle_pwm_led.nrf54h20dk_cpuapp_cpurad.s2ram_fast PASSED (device: 001051180995, 28.522s <zephyr>)
10:40:50  INFO    -                                     benchmarks.multicore.idle_pwm_led.nrf54h20dk_cpuapp_cpurad.s2ram_fast.test_measure_and_data_dump_pwm_and_s2ram PASSED
10:41:26  INFO    - 59/66 [email protected]/nrf54h20/cpuapp benchmarks.multicore.idle_pwm_loopback.nrf54h20dk_cpuapp_cpurad.idle PASSED (device: 001051100381, 25.593s <zephyr>)
10:41:26  INFO    -                                     benchmarks.multicore.idle_pwm_loopback.nrf54h20dk_cpuapp_cpurad.idle.test_measure_and_data_dump_pwm_and_idle PASSED
10:42:38  INFO    - 60/66 [email protected]/nrf54h20/cpuapp benchmarks.multicore.idle_spim_loopback.4_bytes.gd_freq_64MHz.s2ram_fast PASSED (device: 001051100381, 18.349s <zephyr>)
10:42:38  INFO    -                                     benchmarks.multicore.idle_spim_loopback.4_bytes.gd_freq_64MHz.s2ram_fast.test_measure_and_data_dump_spim_and_s2ram PASSED
10:43:14  INFO    - 61/66 [email protected]/nrf54h20/cpuapp benchmarks.multicore.idle_spim_loopback.4_bytes.s2ram PASSED (device: 001051100381, 17.369s <zephyr>)
10:43:14  INFO    -                                     benchmarks.multicore.idle_spim_loopback.4_bytes.s2ram.test_measure_and_data_dump_spim_and_s2ram PASSED
10:44:26  INFO    - 62/66 [email protected]/nrf54h20/cpuapp benchmarks.multicore.idle_spim_loopback.16_bytes.s2ram_fast.remote_gd_freq_switching PASSED (device: 001051100381, 18.373s <zephyr>)
10:44:26  INFO    -                                     benchmarks.multicore.idle_spim_loopback.16_bytes.s2ram_fast.remote_gd_freq_switching.test_measure_and_data_dump_spim_and_s2ram PASSED
10:44:57  INFO    - 63/66 [email protected]/nrf54h20/cpuapp benchmarks.multicore.idle_wdt.nrf54h20dk_cpuapp_cpurad.idle_retained PASSED (device: 001051180995, 26.272s <zephyr>)
10:44:57  INFO    -                                     benchmarks.multicore.idle_wdt.nrf54h20dk_cpuapp_cpurad.idle_retained.test_measure_and_data_dump_pwm_and_idle PASSED
10:46:08  INFO    - 64/66 [email protected]/nrf54h20/cpuapp benchmarks.multicore.idle_spim_loopback.16_bytes.gd_freq_128MHz.s2ram_fast PASSED (device: 001051100381, 18.524s <zephyr>)
10:46:08  INFO    -                                     benchmarks.multicore.idle_spim_loopback.16_bytes.gd_freq_128MHz.s2ram_fast.test_measure_and_data_dump_spim_and_s2ram PASSED
10:46:59  INFO    - 65/66 [email protected]/nrf54h20/cpuapp benchmarks.multicore.idle_ppr.idle_retained PASSED (device: 001051180995, 20.571s <zephyr>)
10:46:59  INFO    -                                     benchmarks.multicore.idle_ppr.idle_retained.test_measure_and_data_dump_ppr_and_idle PASSED
10:47:50  INFO    - 66/66 [email protected]/nrf54h20/cpuapp benchmarks.multicore.idle.nrf54h20dk_cpuapp_cpurad.s2ram PASSED (device: 001051180995, 25.604s <zephyr>)
10:47:50  INFO    -                                     benchmarks.multicore.idle.nrf54h20dk_cpuapp_cpurad.s2ram.test_measure_and_data_dump_power_consumption PASSED

Extend tests with configuration that checks driver operation
together with Low Power CPU state IDLE with cache retained.

Signed-off-by: Sebastian Głąb <[email protected]>
Recently, there were improvements in the idle_ppr test.
Apply similar changes to the idle_flpr test.

Since, FLPR doesn't support GPIO, skip code that indicates
cpu activity.

Signed-off-by: Sebastian Głąb <[email protected]>
Pytest requires the first captured state to be low power state.
Due to internal test framework delays, Pytest collects last ~27 ms
of the idle state. Then MCU wakes up. As a result some Idle tests
started to randomly fail.

Add arbitrary delay at the beginning of main so the first wake up
happens later.

Signed-off-by: Sebastian Głąb <[email protected]>
@nordic-segl nordic-segl force-pushed the NRFX-8402_Run-power-consumption-in-idle_cache_retained branch from f5ff4b3 to 0e2cee3 Compare October 8, 2025 09:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
changelog-entry-required Update changelog before merge. Remove label if entry is not needed or already added.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants